PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images.exceptions Package / TiffEncodeException Class
Members
In This Topic
    TiffEncodeException Class
    In This Topic
    Defines the exception that is thrown when a TIFF image cannot be encoded.
    Object Model
    TiffEncodeException Class
    Syntax
    public class TiffEncodeException 
        extends com.o2sol.pdf4java.core.exceptions.PDFImageDecodeException 
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Throwable
          java.lang.Exception
             java.lang.RuntimeException
                com.o2sol.pdf4java.core.exceptions.PDFException
                   com.o2sol.pdf4java.core.exceptions.PDFImageDecodeException
                      com.o2sol.pdf4java.graphics.images.exceptions.TiffEncodeException

    See Also